DRILL-8520: Update Parquet due to CVE#2984
Conversation
rymarm
left a comment
There was a problem hiding this comment.
@cgivre Hi Charles! Do you plan to make any more changes in this PR? It has draft status.
I’ve reviewed everything, and it all looks good to me — except for the file exec/java-exec/src/main/java/org/apache/parquet/hadoop/ParquetColumnChunkPageWriteStore.java.
There was a problem hiding this comment.
@cgivre Why did you do the changes? Correct me if I'm missing something, but they don’t seem to add value or improve code clarity.
There was a problem hiding this comment.
@cgivre I'll help with this — I'm working on it now. The issue isn't due to pulling in an older version of Parquet. Instead, it stems from our temporary replacement of a few Parquet library class implementations to address specific issues. Since the internal API has changed, we now need to update our implementations accordingly.
https://issues.apache.org/jira/browse/PARQUET-2026
https://issues.apache.org/jira/browse/PARQUET-1006
|
Closed due to DRILL-8521. |
DRILL-8520: Update Parquet due to CVE
Description
Updated parquet libraries to latest version due to CVE.
Documentation
No user facing changes.
Testing
(Please describe how this PR has been tested.)